Working with collections
Creating a collection
Now let’s create our first collection:
ArangoCollection collection = db.collection("firstCollection");
System.out.println("Creating collection...");
collection.create();
Connect or Create a Database
Help us improve
Anything unclear or buggy in this tutorial? Provide Feedback